home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / daten / db / examples / about the examples next >
Text File  |  1995-07-11  |  5KB  |  145 lines

  1.  
  2. The files in this drawer are example files that you can easily modify to suit
  3. your needs. Double click on the icons to start them or drag-and-drop the
  4. icons over an open db project.
  5.  
  6. DO read this text, otherwise you might miss nice features like how to
  7. make db show pictures, play sound, reformat input, or even control your
  8. CD player!
  9.  
  10.  
  11. Addresses:
  12. This is an example of an "addressbook" which also records telephone numbers,
  13. email numbers and a long comment line. It is designed with the US mail-
  14. label layout in mind and has the following views:
  15.  
  16. * Mainview      -All fields visible.
  17. * Addresslabel  -Only the address fields visible. Use this when exporting
  18.                  labels
  19. * Phonelist     -This view can be used with the "Export view" menu to make a
  20.                  phonelist suitable to carry around in the wallet.
  21.  
  22.  
  23.  
  24. Återförsäljare:
  25. This file is similar to the Addresses file, but for Swedish users.
  26.  
  27.  
  28.  
  29. Labels PS:
  30. This is a "label template" for PageStream.
  31. The labels are 7 x 3.6 cm and occurs 3 x 8 across an A4 page.
  32. The template is designed to suit an ASCII import from a View Export of an
  33. Addresslabel view in the Addresses and Återförsäljare databases.
  34.  
  35.  
  36.  
  37. Books:
  38. This file contains book information and is in plain ASCII.
  39. It demonstrates ASCII import. The file comes from Alan Wigginton's
  40. QuickFile program.
  41.  
  42.  
  43.  
  44. Music:
  45. This file contains information about songs a diskjockey might need.
  46. It comes from an Excel-file made by Mattias Johansson, Sweden. Thanks Mattias!
  47.  
  48.  
  49.  
  50. Windsurfing95:
  51. This file contains information about funboards for 1995.
  52. The database comes from a PC based database program and is made by
  53. Richard Starkenberg. Many thanks Richard!
  54.  
  55.  
  56.  
  57. Game reviews:
  58. This is a new example demonstrating the use of the new fieldtypes db is
  59. capable of handling: checkbox and cyclefields.
  60.  
  61. The example has two views. One main view and a second that is used when user
  62. needs to search or sort the database based upon values in the checkbox
  63. and cycle fields. This examples also serves as a demonstration of the
  64. flexibility of the RFF file format that db uses: You may load this database
  65. into an older version of db that can't handle these new field types, edit
  66. the fields and then reload the database into db2.4 (or later). The checkbox
  67. and cyclegadgets will then reappear. No errorcodes and no loss of information.
  68. RFF is a backward AND forward compatible file format.
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75. ARexxDemos drawer:
  76. The following exemples use ARexx but also some external files in this
  77. drawer. They can be revealed by choosing 'Show all files' from Workbench.
  78.  
  79.  
  80. ARexxDemos/MultiMedia:
  81. This demo shows how db can be made to handle pictures, long texts and sounds
  82. using a simple ARexx script. (It uses the RXFILE identifier in it's file.)
  83. Pictures, sounds and other forms of data are stored as external files, but
  84. the names (and path) are stored in the fields of each record. The files get
  85. activated by simply doubleclicking on their names.
  86.  
  87. It needs ARexx and Multiview to run. You can easily change file viewer by
  88. editing the ARexx scripts.
  89.  
  90.  
  91.  
  92. ARexxDemos/MagicFieldsII:
  93. This demo shows how the AUTORXFILE RFF identifier can be used to 
  94. automatically call ARexx scripts to perform a number of interesting tasks.
  95. It needs ARexx to run.
  96.  
  97.  
  98.  
  99. ARexxDemos/ExpandII
  100. Like MagicFieldsII but with a more advanced expansion feature using a
  101. separate file to store expansiondata
  102.  
  103.  
  104. ARexxDemos/Datefields
  105. Enter dates several formats and it will be converted to a standard
  106. date format.
  107.  
  108.  
  109.  
  110. ARexxDemos/CDsongs:
  111. This demo shows how you can use db to create a database of your CDs and play
  112. the correct track from within db. Just doubleclick on the song you want to
  113. hear!
  114.  
  115. It needs InfraRexx (see below) to control your CD player. You may have to
  116. change playcdsong.db to play tracks >= 10 on your CD player.
  117.  
  118. InfraRexx is a hardware and software project that allows your Amiga
  119. to control external devices and vice versa, via infrared signals.
  120.  
  121. ARexx commands sent to the InfraRexx Daemon commodity, cause
  122. corresponding infrared commands to be sent to external devices. Vice
  123. versa, infrared signals recognized by the Daemon can control software
  124. via ARexx.
  125.  
  126. InfraRexx is made by Leon Woestenberg and Jeroen Steenblik and can be
  127. found in the 'util/rexx' subdirectory at your favourite AmiNet site.
  128.  
  129. The demo is made by Anders Callertun.
  130.  
  131. The demo also shows how ARexx can be used to adjust data input. For example
  132. user can enter 325 in the 'Length' field meaning a song lasting 3 minutes
  133. and 25 seconds. This then automatically gets reformatted to 3:25
  134.  
  135. This demo supports different languages by reading the 'language' environment
  136. variable. In OS3.1 this variable is already set, but for earlier versions
  137. of the OS, I suggest that you do the following from shell:
  138. (example for Swedish users)
  139.  
  140. > setenv language svenska
  141. > copy env:language envarc:
  142.  
  143.  
  144. /David Ekholm, Datadosen
  145.